home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 30 / Creative-Review-CD-ROM-30.iso / pc / image / image.dir / 00321_Script_About Script < prev    next >
Text File  |  1997-09-29  |  505b  |  19 lines

  1. on enterFrame
  2.   showObjects("1,2,3,4,5,6,7,8,9,10,11,12,13,43")
  3. end
  4.  
  5. on exitFrame
  6.   global dest
  7.   put "none" into dest
  8.   hideObjects("14,15,16,17,18,19,20,21,22,23,24,25,26,27,46,47,48")
  9.   rollOver2("14,21,About Catalogues,15,22,About CDs,16,23,About Image Index,17,24,About Showreels,18,25,About Bureau,19,26,About Offices,20,27,Pre Background")
  10.   rollOver1("46,Contents,47,Help,48,Quit")
  11.   go the frame
  12. end
  13.  
  14. on mouseUp
  15.   global dest
  16.   if dest <> "none" then
  17.     go to dest
  18.   end if
  19. end